docs: Document start_info changes in Xen 4.2.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 28 Jan 2013 18:20:29 +0000 (13:20 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 26 Mar 2013 12:36:20 +0000 (08:36 -0400)
commit982e6e9f76e0e36cba1d7988dd32f4ac12d25a38
treeeb7d188c5decf64ca468fe959b1af173730eaf1c
parent32c32508c8e8d24da67eb8cdc6a1c2972385f255
docs: Document start_info changes in Xen 4.2.

The  25833:bb85bbccb1c9. "x86/32-on-64: adjust Dom0 initial page table layout"
fixes a bug in the reported value of pt_base versus where the page tables
actually start. This documents this in the start of the world header note.

This clarifies the implied understanding that the page table space is
pointed by pt_base. As in it is ".. implied that the range of page-tables
is the range [pt_base, pt_base + nr_pt_frames), whereas that that range
here indeed is [pt_base - 2, pt_base -2 + nr_pt_frames)" (Jan Beulich).

Also make it crystal clear that pt_base == %cr3.

Acked-by: Jan Beulich <JBeulich@suse.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/include/public/xen.h